home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk.zip / PACKING.LIS < prev    next >
File List  |  1991-04-23  |  2KB  |  111 lines

  1.  
  2. ################################################
  3. # These files form the mawk distribution
  4. #
  5. # Mawk is an implementation of the AWK Programming Language as
  6. # defined and described in Aho, Kernighan and Weinberger, The
  7. # Awk Programming Language, Addison-Wesley, 1988.
  8. #
  9. ################################################
  10. # Source code written by Michael D. Brennan
  11. # Copyright (C) 1991 , Michael D. Brennan
  12. ################################################
  13. packing.list        this file
  14. README            how to get started
  15. LIMITATIONS        restrictions on use
  16. Makefile        mawk makefile
  17. mawk.manual        mock manual
  18. ######################
  19. array.c            source files
  20. bi_funct.c
  21. bi_funct.h
  22. bi_vars.c
  23. bi_vars.h
  24. cast.c
  25. code.c
  26. code.h
  27. da.c
  28. error.c
  29. execute.c
  30. fcall.c
  31. field.c
  32. field.h
  33. files.c
  34. files.h
  35. fin.c
  36. fin.h
  37. hash.c
  38. init.c
  39. init.h
  40. jmp.c
  41. jmp.h
  42. kw.c
  43. machine.h
  44. main.c
  45. makescan.c
  46. matherr.c
  47. mawk.h
  48. memory.c
  49. memory.h
  50. parse.y
  51. print.c
  52. re_cmpl.c
  53. regexp.h
  54. repl.h
  55. scan.c
  56. scan.h
  57. scancode.c
  58. sizes.h
  59. split.c
  60. symtype.h
  61. types.h
  62. zmalloc.c
  63. zmalloc.h
  64. ########################
  65. # directory:  rexp
  66. rexp/Makefile        makefile for regexp.a
  67. rexp/rexp.c        source for regular matching library
  68. rexp/rexp.h
  69. rexp/rexp0.c
  70. rexp/rexp1.c
  71. rexp/rexp2.c
  72. rexp/rexp3.c
  73. rexp/rexpdb.c
  74. #######################
  75. # directory:  test      benchmarking directory
  76. test/README
  77. test/benchmarks
  78. test/cat.awk
  79. test/concat.awk
  80. test/fields.awk
  81. test/loops.awk
  82. test/newton.awk
  83. test/primes.awk
  84. test/qsort.awk
  85. test/reg0.awk
  86. test/reg1.awk
  87. test/reg2.awk
  88. test/sample            sample input file for test.sh
  89. test/squeeze.awk
  90. test/test.sh
  91. test/wc.awk
  92. test/wfrq.awk
  93. test/wfrq0.awk
  94. test/words.awk
  95. test/words0.awk
  96. ######################
  97. # directory:  examples       useful awk programs
  98. examples/decl.awk
  99. examples/deps.awk
  100. examples/gdecl.awk
  101. examples/nocomment.awk
  102. ######################
  103. # directory  msdos
  104. msdos/INSTALL
  105. msdos/makefile
  106. msdos/mklib.bat
  107. msdos/rand48.asm
  108. msdos/rand48.h
  109. msdos/rand48_0.c
  110. msdos/reargv.c
  111.